-
Notifications
You must be signed in to change notification settings - Fork 4.3k
.Net: Update KernelFunctionInvokingChatClient as a specialization of MEAI.FunctionInvokingChatClient #11678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net: Update KernelFunctionInvokingChatClient as a specialization of MEAI.FunctionInvokingChatClient #11678
Conversation
…a specialization of it
…lated update changes needed
jeffhandley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RogerBarret0 I left several comments for us to consider with @SteveSandersonMS.
Even if we don't make changes into MEAI GA for the possible API additions, the approach you've taken here to refactor the replacement classes out to keep the Kernel* classes more maintainable seems reasonable to me.
You also mentioned a middleware-type concept when we chatted, but I didn't spot where that was surfacing in here. Can you explain that again and/or draw my attention to it please?
dotnet/src/SemanticKernel.Abstractions/AI/ChatClient/AIFunctionArgumentsV2.cs
Outdated
Show resolved
Hide resolved
dotnet/src/SemanticKernel.Abstractions/AI/ChatClient/AIFunctionArgumentsV2.cs
Outdated
Show resolved
Hide resolved
dotnet/src/SemanticKernel.Abstractions/AI/ChatClient/AIFunctionArgumentsV2.cs
Outdated
Show resolved
Hide resolved
dotnet/src/SemanticKernel.Abstractions/AI/ChatClient/FunctionInvocationContextV2.cs
Outdated
Show resolved
Hide resolved
dotnet/src/SemanticKernel.Abstractions/AI/ChatClient/KernelFunctionInvokingChatClient.cs
Outdated
Show resolved
Hide resolved
…hub.com/rogerbarreto/semantic-kernel into issues/11628-functioninvoking-extension
dotnet/src/Functions/Functions.OpenApi/RestApiOperationRunner.cs
Outdated
Show resolved
Hide resolved
This reverts commit f5847b9.
…t/semantic-kernel into issues/11628-functioninvoking-extension
.../SemanticKernel.Abstractions/Filters/AutoFunctionInvocation/AutoFunctionInvocationContext.cs
Outdated
Show resolved
Hide resolved
9381c8d
into
microsoft:feature-msextensions-ai
Motivation and Context
This PR introduces changes recently merged to MEAI which allow flexibility and reusage from the higher level implementation perspective of Semantic Kernel.
FYI @stephentoub @SteveSandersonMS